MindFusion.Java Package Programmer's Guide
LayoutBuilder.createColumnLayout Method (XAxisRenderer[], Plot2D[], XAxisRenderer[])
See Also
 






Creates a StackPanel containing the specified Plot-s and AxisRenderer-s.

Namespace: com.mindfusion.charting.swing
Package: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel createColumnLayout (
    XAxisRenderer[] top,
    Plot2D[] plots,
    XAxisRenderer[] bottom
)

 Parameters

top

An array of XAxisRenderer components that should be placed at the top side of the plot.

plots

An array of Plot2D instances.

bottom

An array of XAxisRenderer components that should be placed at the bottom side of the plot.

 Return Value

A StackPanel instance.

 See Also

createColumnLayout Method Overload List
LayoutBuilder Members
LayoutBuilder Class
com.mindfusion.charting.swing Namespace